home *** CD-ROM | disk | FTP | other *** search
- # This script was automatically generated from the dsa-131
- # Debian Security Advisory
- # It is released under the Nessus Script Licence.
- # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
- # See http://www.debian.org/license
- # DSA2nasl Convertor is copyright 2004 Michel Arboi
-
- if (! defined_func('bn_random')) exit(0);
-
- desc = '
- Mark Litchfield found a denial of service attack in the Apache
- web-server. While investigating the problem the Apache Software
- Foundation discovered that the code for handling invalid requests which
- use chunked encoding also might allow arbitrary code execution on 64
- bit architectures.
- This has been fixed in version 1.3.9-14.1 of the Debian apache package,
- as well as upstream versions 1.3.26 and 2.0.37. We strongly recommend
- that you upgrade your apache package immediately.
- The package upgrade does not restart the apache server automatically,
- this will have to be done manually. Please make sure your
- configuration is correct ("apachectl configtest" will verify that for
- you) and restart it using "/etc/init.d/apache restart"
-
-
- Solution : http://www.debian.org/security/2002/dsa-131
- Risk factor : High';
-
- if (description) {
- script_id(14968);
- script_version("$Revision: 1.4 $");
- script_xref(name: "DSA", value: "131");
- script_cve_id("CVE-2002-0392");
- script_bugtraq_id(5033);
- script_xref(name: "CERT", value: "944335");
-
- script_description(english: desc);
- script_copyright(english: "This script is (C) 2004 Michel Arboi");
- script_name(english: "[DSA131] DSA-131-1 apache");
- script_category(ACT_GATHER_INFO);
- script_family(english: "Debian Local Security Checks");
- script_dependencies("ssh_get_info.nasl");
- script_require_keys("Host/Debian/dpkg-l");
- script_summary(english: "DSA-131-1 apache");
- exit(0);
- }
-
- include("debian_package.inc");
-
- w = 0;
- if (deb_check(prefix: 'apache', release: '2.2', reference: '1.3.9-14.1')) {
- w ++;
- if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache is vulnerable in Debian 2.2.\nUpgrade to apache_1.3.9-14.1\n');
- }
- if (deb_check(prefix: 'apache-common', release: '2.2', reference: '1.3.9-14.1')) {
- w ++;
- if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-common is vulnerable in Debian 2.2.\nUpgrade to apache-common_1.3.9-14.1\n');
- }
- if (deb_check(prefix: 'apache-dev', release: '2.2', reference: '1.3.9-14.1')) {
- w ++;
- if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-dev is vulnerable in Debian 2.2.\nUpgrade to apache-dev_1.3.9-14.1\n');
- }
- if (deb_check(prefix: 'apache-doc', release: '2.2', reference: '1.3.9-14.1')) {
- w ++;
- if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-doc is vulnerable in Debian 2.2.\nUpgrade to apache-doc_1.3.9-14.1\n');
- }
- if (w) { security_hole(port: 0, data: desc); }
-